home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3648 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: news.lpr.carel.fi!usenet
  2. From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
  3. Newsgroups: comp.os.ms-windows.programmer.tools.owl,comp.lang.c++
  4. Subject: Re: What is BWCCENG.DLL ?
  5. Date: Thu, 25 Jan 1996 11:49:03 +0200
  6. Organization: Carelcomp Forest
  7. Message-ID: <3107520F.2B4@cmt.lpr.mail.carel.fi>
  8. References: <4e6qo4$52i@newsserver.trl.OZ.AU>
  9. NNTP-Posting-Host: renoir.cclahti.carel.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  14.  
  15. Trevor Hand wrote:
  16. > I have copied an EXE file onto a 486 along with all the required DLL's.  When
  17. > I try to run the file in file manager, Windows says it cannot find the file
  18. > "BWCCENG.DLL".  If I click the Close button, the program runs!, and seems to
  19. > work?  I checked all the directories on the computer which I developed the
  20. > application on and cannot find this DLL anywhere!  Why does it want it?  How
  21. > do I stop it from asking for it?  What is it anyway?
  22. > Trevor Hand
  23. > t.hand@trl.oz.au
  24.  
  25. BWCC*.DLL is the DLL that supports Borland's Windows Custom Controls, such as 
  26. those fancy OK/Cancel buttons with figures in them. There is usually one (or two) 
  27. DLLs in the Windows' system directory: BWCC.DLL and/or BWCC32.DLL (32-bit 
  28. version). If your program requires a file named BWCCENG.DLL, just copy one of 
  29. those to that name, or obtain the DLL from somewhere (it's freely 
  30. redistributable).
  31.  
  32. Later,
  33. AriL
  34.  
  35. -- 
  36. All my opinions are mine and mine alone.
  37.